|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IoeClientProcess handles and manipulates the IoE client process for IoE devices. More...
Public Member Functions | |
| bool | setupRemoteApi (QString) |
| setup the API call in remote server, returns true if successful, false otherwise. More... | |
| void | reportStates (QString) |
| send the state of the IoE client to server. More... | |
| void | inputReceived (QString) |
| This event is emitted when data coming from IoE client. More... | |
| void | stateSet (string, QString) |
| This event is emitted new state is set in the IoE client. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
IoeClientProcess handles and manipulates the IoE client process for IoE devices.
| void IoeClientProcess::inputReceived | ( | QString | ) |
This event is emitted when data coming from IoE client.
IPC event.
| void IoeClientProcess::reportStates | ( | QString | ) |
send the state of the IoE client to server.
| states,the | state of the IoE client. |
| bool IoeClientProcess::setupRemoteApi | ( | QString | ) |
setup the API call in remote server, returns true if successful, false otherwise.
| json,the | API call to server in json format. |
| void IoeClientProcess::stateSet | ( | string | , |
| QString | |||
| ) |
This event is emitted new state is set in the IoE client.
IPC event.